home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / finances expenditure.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  2.4 KB  |  70 lines

  1. <panel>
  2.  
  3.     <record id="smry">
  4.         <flags id="mode" value="1"/>             <!-- draw box -->
  5.         <flags id="bsty" value="no_border"/>     <!-- box style -->
  6.         <colour id="bcol" name="black"/>        <!-- box colour -->
  7.         <real id="btrn" value="0.2"/>
  8.     </record>
  9.  
  10.     <container class="titled_box" title="Finances - Expenditures">
  11.     
  12.         <layout class="arrange_vertical_attachment" alignment="top, extend" offset="0"/>
  13.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true" />
  14.         <layout class="stick_to_sides_attachment" alignment="all" inset="0" />        
  15.  
  16.         <boolean id="save_current_state" value="true"/>
  17.         <boolean id="save_default_state" value="true"/>
  18.         
  19.         <widget class="table" id="fnex"  name="Expenditure" select_event="slrw">
  20.         
  21.             <flags id="layo" value="-100, -40, -40, -40, -40"/>
  22.             <flags id="mode" value="fill_rows,fill_custom_rows,printable,select_rows,show_bullets,dont_allow_empty_selection"/>
  23.             <boolean id="stretch_to_fit_rows" value="true"/>
  24.             <boolean id="scst" value="true"/>
  25.             
  26.             <!-- default properties adopted by every item in table -->
  27.             <record id="default_properties">
  28.                 <flags id="algn" value="left,centre_y"/>
  29.             </record>
  30.  
  31.             <!-- table headings -->
  32.             <list id="headings">
  33.                 <record><string value="Item"/><flags id="algn" value="left,centre_y"/></record>
  34.                 <record><string value="This Month"/><flags id="algn" value="left,centre_y"/></record>
  35.                 <record><string value="Last Month"/><flags id="algn" value="left,centre_y"/></record>
  36.                 <record><string value="This Season"/><flags id="algn" value="left,centre_y"/></record>
  37.                 <record><string value="Last Season"/><flags id="algn" value="left,centre_y"/></record>
  38.             </list>
  39.             
  40.             <list id="column_properties">
  41.                 <record indx="0">
  42.                     <flags id="algn" value="left,centre_y"/>
  43.                 </record>
  44.             </list>
  45.                     
  46.             <!-- disable sorting on all columns -->                
  47.             <list id="column_display_properties">
  48.                 <record indx="0">
  49.                     <boolean id="sort_disabled" value="true"/>
  50.                 </record>
  51.                 <record indx="1">
  52.                     <boolean id="sort_disabled" value="true"/>
  53.                 </record>
  54.                 <record indx="2">
  55.                     <boolean id="sort_disabled" value="true"/>
  56.                 </record>
  57.                 <record indx="3">
  58.                     <boolean id="sort_disabled" value="true"/>
  59.                 </record>
  60.                 <record indx="4">
  61.                     <boolean id="sort_disabled" value="true"/>
  62.                 </record>
  63.             </list>
  64.         </widget>        
  65.                 
  66.         <!-- finance history panel-->
  67.         <widget class="finance_history_panel" id="fnhs"/>
  68.         
  69.     </container>
  70. </panel>